Store an opaque handle (tools uuid) in the domain structure
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 14 Oct 2005 14:40:48 +0000 (15:40 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 14 Oct 2005 14:40:48 +0000 (15:40 +0100)
commit30ce2a9295a53f989897497df0c195dc597b00d6
treeed5447796448766566eadbae7fcc7fb10b1466dc
parent5dc12fe2424c7cbaffd1292083a5c30ecb9d965c
Store an opaque handle (tools uuid) in the domain structure
within Xen. Refactor GETVCPUCONTEXT into an op of the same
name plus a new op GETVCPUINFO. Move the cpumap and cpu info
arrays from GETDOMAININFO and move into new GETVCPUINFO.

Signed-off-by: Keir Fraser <keir@xensource.com>
14 files changed:
tools/libxc/xc_core.c
tools/libxc/xc_domain.c
tools/libxc/xc_private.c
tools/libxc/xenctrl.h
tools/python/xen/lowlevel/xc/xc.c
tools/python/xen/xend/XendDomainInfo.py
tools/python/xen/xm/main.py
tools/xenstat/libxenstat/src/xen-interface.c
xen/arch/x86/setup.c
xen/common/dom0_ops.c
xen/common/keyhandler.c
xen/include/public/dom0_ops.h
xen/include/public/xen.h
xen/include/xen/sched.h